Goto

Collaborating Authors

 pc ai


PC AI - Expert Systems

AITopics Original Links

Overview: Knowledge-based expert systems, or simply expert systems, use human knowledge to solve problems that normally would require human intelligence. These expert systems represent the expertise knowledge as data or rules within the computer. These rules and data can be called upon when needed to solve problems. Books and manuals have a tremendous amount of knowledge but a human has to read and interpret the knowledge for it to be used. Conventional computer programs perform tasks using conventional decision-making logic -- containing little knowledge other than the basic algorithm for solving that specific problem and the necessary boundary conditions.


PC AI - Fuzzy Logic

AITopics Original Links

Overview: Fuzzy logic is a superset of conventional (Boolean) logic that has been extended to handle the uncertainty in data. It was introduced by Dr. Lotfi Zadeh of UC/Berkeley in the 1960's as a means to model the uncertainty of natural language. Fuzzy logic is useful to processes like manufacturing because of its ability to handle situations that the traditional true/false logic can't adequately deal with. It lets a process specialist describe, in everyday language, how to control actions or make decisions without having to describe the complex behavior. See "Fuzzy Logic and Neural Networks - Practical Tools for Process Management" (PC AI May/June 1994, p. 17) for a clear and concise explanation of Fuzzy Logic.


PC AI - Glossary of Terms (Subjects A-C)

AITopics Original Links

Where Intelligent Technology Meets the Real World Home Contents Search News Services Contact PC AI Subjects A-C CLOS Common LISP Object System - An object oriented extension to Common LISP (a dialect of LISP). LISP A programming language that manipulates lists of data which led to its heavy use in AI applications. Logic Programming A type of programming consisting of facts and relationships from which the programming language can draw a conclusion. Prolog A declarative programming language based on formal logic. Widely used in AI applications.